home *** CD-ROM | disk | FTP | other *** search
INI File | 1999-10-19 | 4.9 KB | 145 lines |
- ; IBMEIMP.INF
- ;
- ; IBM EtherJet ISA Adapters
- ;
- ; Copyright (c) 1993-1997, Microsoft Corporation
-
- [version]
- Signature = "$Windows NT$"
- Class = Net
- ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
- Provider = %MSFT%
- LayoutFile = layout.inf
- DriverVer=10/19/1999,3.22.0.0
-
- [Manufacturer]
- %V_IBM% = IBM
- %V_CRYSTAL% = CRYSTAL
-
- [ControlFlags]
- ExcludeFromSelect = ISAPNP\IBM1010, ISAPNP\CSC6040
-
- [IBM]
- %ibmeimpnp.DeviceDesc% = pnpibmeimp.ndi, ISAPNP\IBM1010 ; IBM EtherJet Adapter
- %ibmeimp.DeviceDesc% = ibmeimp.ndi, *IBM1010 ; IBM EtherJet Adapter (Legacy Mode)
-
- [CRYSTAL]
- %CS8920.DeviceDesc% = pnpibmeimp.ndi, ISAPNP\CSC6040 ; Crystal Semiconductor CS8920
- %*CS8920.DeviceDesc% = ibmeimp.ndi, *CSC6040 ; Crystal Semiconductor CS8920 (Legacy Mode)
- %*CS8900.DeviceDesc% = ibmeimp.ndi, *CSC0040 ; Crystal Semiconductor CS8900
-
- ;-------------------------------------------------------------------------------
- ; IBMEIMP main sections
- ;
- [pnpibmeimp.ndi]
- AddReg = cs89xx.reg
- Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
- BusType = 14
- CopyFiles = ibmeimp.CopyFiles
-
- [pnpibmeimp.ndi.Services]
- AddService = ibmeimp, 2, ibmeimp.Service, common.EventLog
-
- ;-------------------------------------------------------------------------------
- ; IBMEIMP Legacy main sections
- ;
- [ibmeimp.ndi]
- AddReg = cs89xx.reg
- Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
- BusType = 1
- LogConfig = ibmeimp.LogConfig
- CopyFiles = ibmeimp.CopyFiles
-
- [ibmeimp.ndi.Services]
- AddService = ibmeimp, 2, ibmeimp.Service, common.EventLog
-
- [ibmeimp.LogConfig]
- ConfigPriority = HARDRECONFIG
- IOConfig = 10@200-3FF%FFF0(FFFF::)
- IRQConfig = 5,10,11,12
- MemConfig = 1000@B0000-EFFFF%FFFFE000
-
- ;-------------------------------------------------------------------------------
- ; cs89xx interfaces
- ;
- [cs89xx.reg]
- HKR, Ndi, Service, 0, "ibmeimp"
- HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
- HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
-
- ; Networkaddress - Locally Administered Address
- HKR, Ndi\params\NetworkAddress, ParamDesc, 0, %NetworkAddress%
- HKR, Ndi\params\NetworkAddress, type, 0, "edit"
- HKR, Ndi\params\NetworkAddress, LimitText, 0, "12"
- HKR, Ndi\params\NetworkAddress, UpperCase, 0, "1"
- HKR, Ndi\params\NetworkAddress, default, 0, ""
- HKR, Ndi\params\NetworkAddress, optional, 0, "1"
-
- ; Serial - Obtain it from LANAid. Enter it for Multi cards installation.
- HKR, Ndi\params\Serial, ParamDesc, 0, %Serial%
- HKR, Ndi\params\Serial, type, 0, "edit"
- HKR, Ndi\params\Serial, LimitText, 0, "8"
- HKR, Ndi\params\Serial, UpperCase, 0, "1"
- HKR, Ndi\params\Serial, default, 0, ""
- HKR, Ndi\params\Serial, optional, 0, "1"
-
- ; Duplex Mode
- HKR, Ndi\params\DuplexMode, ParamDesc, 0, %DuplexMode%
- HKR, Ndi\params\DuplexMode, type, 0, "enum"
- HKR, Ndi\params\DuplexMode, default, 0, "0"
- HKR, Ndi\params\DuplexMode\enum, 0, 0, %AutoNegotiate%
- HKR, Ndi\params\DuplexMode\enum, 1, 0, %HalfDuplex%
- HKR, Ndi\params\DuplexMode\enum, 2, 0, %FullDuplex%
-
- ;----------------------------------------------------------------------------
- ; ibmeimp service and driver
- ;
- [ibmeimp.CopyFiles]
- ibmeimp.sys,,,2
-
- [ibmeimp.Service]
- DisplayName = %ibmeimp.Service.DispName%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\ibmeimp.sys
- LoadOrderGroup = NDIS
-
- [common.EventLog]
- AddReg = common.AddEventLog.reg
-
- [common.AddEventLog.reg]
- HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
- HKR, , TypesSupported, 0x00010001, 7
-
- ;-------------------------------------------------------------------------------
- ; Destination Directories
- ;
- [DestinationDirs]
- ibmeimp.CopyFiles = 12
-
-
-
- ;-------------------------------------------------------------------------------
- ; Localizable Strings
- ;
- [Strings]
- MSFT = "Microsoft"
- V_IBM = "IBM"
- V_CRYSTAL = "Crystal Semiconductor"
-
- NetworkAddress = "NetworkAddress"
- Serial = "SerialNumber"
- DuplexMode = "DuplexMode"
- AutoNegotiate = "Auto Negotiate"
- HalfDuplex = "Half Duplex"
- FullDuplex = "Full Duplex"
-
- ibmeimpnp.DeviceDesc = "IBM EtherJet ISA Adapter"
- ibmeimp.DeviceDesc = "IBM EtherJet ISA Adapter (Legacy Mode)"
- CS8920.DeviceDesc = "Crystal LAN(tm) CS8920 Ethernet Adapter"
- *CS8900.DeviceDesc = "Crystal LAN(tm) CS8900 Ethernet Adapter"
- *CS8920.DeviceDesc = "Crystal LAN(tm) CS8920 Ethernet Adapter (Legacy Mode)"
-
- ibmeimp.Service.DispName = "IBM EtherJet/Crystal Adapter NT driver"
-